home *** CD-ROM | disk | FTP | other *** search
/ Savor the Moment - Entert…ing Without Reservations / Savoe the Moment - Entertaining Without Reservations.iso / pc / CookCommite.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1999-10-03  |  124 b   |  11 lines

  1. global gTimer
  2.  
  3. on startMovie
  4.   cursor(0)
  5.   set the timeoutLength to 5 * 60 * 60
  6. end
  7.  
  8. on timeout
  9.   play movie "show.dir"
  10. end
  11.